Commit 'ptesto', a script for running valgrinds in parallel. Really crude,
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 15 Sep 2013 06:15:22 +0000 (06:15 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 15 Sep 2013 06:15:22 +0000 (06:15 +0000)
but still kind of handy.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4611 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/ptesto [new file with mode: 0755]
gpsbabel/testo

diff --git a/gpsbabel/ptesto b/gpsbabel/ptesto
new file mode 100755 (executable)
index 0000000..9778aca
--- /dev/null
@@ -0,0 +1,7 @@
+for i in testo.d/*.test
+do
+  t=${i%.test}
+  t=${t##testo.d/}
+  fmts="$fmts \"./vtesto $t\""
+done 
+eval parallel -j 8 -- "$fmts"
index faef2dad6618d332a52087df01195d0dea72990d..6903ca39349dff4a7cf3353b0bbfb0211995781a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 GPSBABEL_FREEZE_TIME=y
 export GPSBABEL_FREEZE_TIME